home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventures with Oslo: Tools & Gadgets
/
Adventures with Oslo - Tools and Gadgets.ISO
/
pc
/
program
/
ad
/
mod04
/
vmapp
/
00019.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-23
|
363 b
|
17 lines
on mouseUp
if the machineType = 256 then
set skObj to scikids(mnew)
if objectp(skObj) then
skObj(mSetRect, 0, 0, 640, 475)
set temp to the frame
go("pVal")
skObj(mSetOrientation, 1)
skObj(mStageToDitheredPrint)
go(temp)
skObj(mdispose)
end if
else
printFrom(label("pVal"), label("pVal"))
end if
end